DevForce Help Reference
GetEnumerator Method (EntityQuery<T>)


Internal use only - part of IEnumerable implementation.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As EntityQuery(Of T)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQuery<T> Class
EntityQuery<T> Members

Send Feedback